home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 6-Developer Demos / Developer Demos-Ed. / Macintosh School® CD-ROM Demo / Macintosh SchoolÆ CD-ROM Demo / card_132803.txt < prev    next >
Text File  |  1990-08-14  |  5KB  |  294 lines

  1. -- card: 132803 from stack: in
  2. -- bmap block id: 133243
  3. -- flags: 4000
  4. -- background id: 14625
  5. -- name: Create Timetable…
  6. ----- HyperTalk script -----
  7. on groupThree
  8.   repeat with index = 5 to 9
  9.     set hilite of card button id index to false
  10.   end repeat
  11.   set hilite of target to true
  12. end groupThree
  13.  
  14. on resetCard
  15.   repeat with index = 6 to 9
  16.     set hilite of card button id index to false
  17.   end repeat
  18.   set hilite of card button id 5 to true
  19.   show card button "Blocker"
  20. end resetCard
  21.  
  22.  
  23. -- part 1 (button)
  24. -- low flags: 00
  25. -- high flags: 0000
  26. -- rect: left=0 top=0 right=342 bottom=512
  27. -- title width / last selected line: 0
  28. -- icon id / first selected line: 0 / 0
  29. -- text alignment: 1
  30. -- font id: 0
  31. -- text size: 12
  32. -- style flags: 0
  33. -- line height: 16
  34. -- part name: 
  35.  
  36.  
  37. -- part 2 (button)
  38. -- low flags: 00
  39. -- high flags: 2000
  40. -- rect: left=27 top=220 right=238 bottom=91
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: Resume
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   lock screen
  52.   resetCard
  53.   go to card "Conflict Matrix" of this background
  54.   unlock screen
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 3 (button)
  60. -- low flags: 00
  61. -- high flags: 2000
  62. -- rect: left=105 top=220 right=238 bottom=169
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 0 / 0
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: Start
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   repeat for 500
  74.     set the cursor to busy
  75.   end repeat
  76.   set the cursor to hand
  77.   repeat with index = 5 to 9
  78.     set hilite of card button id index to false
  79.   end repeat
  80.   set hilite of card button id 8 to true
  81.   hide card button "Blocker"
  82. end mouseUp
  83.  
  84.  
  85.  
  86. -- part 4 (button)
  87. -- low flags: 00
  88. -- high flags: 2000
  89. -- rect: left=183 top=220 right=238 bottom=247
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 0 / 0
  92. -- text alignment: 1
  93. -- font id: 0
  94. -- text size: 12
  95. -- style flags: 0
  96. -- line height: 16
  97. -- part name: Done
  98. ----- HyperTalk script -----
  99. on mouseUp
  100.   lock screen
  101.   resetCard
  102.   go next
  103.   unlock screen
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 5 (button)
  109. -- low flags: 00
  110. -- high flags: C006
  111. -- rect: left=33 top=113 right=129 bottom=219
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 0 / 0
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: Linked & Special Courses
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   groupThree
  123. end mouseUp
  124.  
  125.  
  126.  
  127. -- part 6 (button)
  128. -- low flags: 00
  129. -- high flags: 8006
  130. -- rect: left=33 top=133 right=149 bottom=219
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 1
  134. -- font id: 0
  135. -- text size: 12
  136. -- style flags: 0
  137. -- line height: 16
  138. -- part name: Single Section Courses
  139. ----- HyperTalk script -----
  140. on mouseUp
  141.   groupThree
  142. end mouseUp
  143.  
  144.  
  145.  
  146. -- part 7 (button)
  147. -- low flags: 00
  148. -- high flags: 8006
  149. -- rect: left=33 top=153 right=169 bottom=219
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 0 / 0
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: Double Section Courses
  158. ----- HyperTalk script -----
  159. on mouseUp
  160.   groupThree
  161. end mouseUp
  162.  
  163.  
  164.  
  165. -- part 8 (button)
  166. -- low flags: 00
  167. -- high flags: 8006
  168. -- rect: left=33 top=173 right=189 bottom=219
  169. -- title width / last selected line: 0
  170. -- icon id / first selected line: 0 / 0
  171. -- text alignment: 1
  172. -- font id: 0
  173. -- text size: 12
  174. -- style flags: 0
  175. -- line height: 16
  176. -- part name: Multi Section Courses
  177. ----- HyperTalk script -----
  178. on mouseUp
  179.   groupThree
  180. end mouseUp
  181.  
  182.  
  183.  
  184. -- part 9 (button)
  185. -- low flags: 00
  186. -- high flags: 8006
  187. -- rect: left=33 top=192 right=208 bottom=219
  188. -- title width / last selected line: 0
  189. -- icon id / first selected line: 0 / 0
  190. -- text alignment: 1
  191. -- font id: 0
  192. -- text size: 12
  193. -- style flags: 0
  194. -- line height: 16
  195. -- part name: Final Optimization
  196. ----- HyperTalk script -----
  197. on mouseUp
  198.   groupThree
  199. end mouseUp
  200.  
  201.  
  202.  
  203. -- part 10 (button)
  204. -- low flags: 00
  205. -- high flags: 0001
  206. -- rect: left=270 top=70 right=297 bottom=485
  207. -- title width / last selected line: 0
  208. -- icon id / first selected line: 0 / 0
  209. -- text alignment: 1
  210. -- font id: 0
  211. -- text size: 12
  212. -- style flags: 0
  213. -- line height: 16
  214. -- part name: Blocker
  215.  
  216.  
  217. -- part contents for background part 19
  218. ----- text -----
  219. 12
  220. 12
  221. 12
  222. 12
  223. 12
  224. 11
  225. 12
  226. 12
  227.  
  228. -- part contents for background part 20
  229. ----- text -----
  230. 47
  231. 80
  232. 53
  233. 54
  234. 52
  235. 102
  236. 48
  237. 13
  238.  
  239. -- part contents for background part 21
  240. ----- text -----
  241. Abrosimoff, Michael John
  242. Adams, Bryan
  243. Alexander, Rick
  244.  Alexander, Susan
  245. Allsop, Blair M.
  246. Azimov, Isaac
  247.  Barisoff, Larissa
  248. Bunyan, Paul
  249.  
  250.  
  251.  
  252. -- part contents for background part 22
  253. ----- text -----
  254. Industrial
  255. Academic
  256. Academic
  257. Academic
  258. Academic
  259. Academic
  260. Academic
  261. Commercial
  262.  
  263. -- part contents for background part 23
  264. ----- text -----
  265. 0.0
  266. 0.0
  267. 0.0
  268. 0.0
  269. 0.0
  270. 0.0
  271. 0.0
  272. 0.0
  273.  
  274. -- part contents for background part 24
  275. ----- text -----
  276. 0.0
  277. 0.0
  278. 0.0
  279. 0.0
  280. 0.0
  281. 0.0
  282. 0.0
  283. 0.0
  284.  
  285. -- part contents for background part 25
  286. ----- text -----
  287. 12.0
  288. 12.0
  289. 12.0
  290. 12.0
  291. 12.0
  292. 12.0
  293. 12.0
  294. 12.0